home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HNetware / HInfoNetW.EN / RCDATA / TCLOSEFORM / TCLOSEFORM.txt
Text File  |  2002-07-03  |  860b  |  39 lines

  1. object CloseForm: TCloseForm
  2.   Left = 356
  3.   Top = 186
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Closing application'
  7.   ClientHeight = 244
  8.   ClientWidth = 357
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Visible = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object RxLabel1: TRxLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 357
  25.     Height = 244
  26.     Align = alClient
  27.     Alignment = taCenter
  28.     Caption = 'Module is closing...'#13#10'Please wait'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -19
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     Layout = tlCenter
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38. end
  39.